Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

add fontSize option #2

Closed
wants to merge 1 commit into from
Closed

add fontSize option #2

wants to merge 1 commit into from

Conversation

BaQs
Copy link

@BaQs BaQs commented Sep 30, 2018

No description provided.

@thomasloven
Copy link
Owner

This can also be done with a <font> tag

- type: custom:useful-markdown-card
       padding: 0 15%                               
       #title: Time                     
       content: >                       
         <font size=200>
         [[ sensor.time.state ]]
         <font>

@thomasloven
Copy link
Owner

Well.. this is awkward...

Apparently, <font size= is not valid HTML5, and was removed from the standard in 2014.
And even before that only sizes from 1 to 7 were supported...

So I added a styling option instead! See bottom of readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants